home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / programming / basic / newcommandset / resident / newamigalibs.readme < prev    next >
Text File  |  1999-06-14  |  2KB  |  77 lines

  1. --------------------------------------------------------
  2.  
  3.                    NewAmigaLibs.res V1.4
  4.            Full OS Support for the Blitz Basic II
  5.  
  6. --------------------------------------------------------
  7.  
  8.                    Converted by AlphaSOUND
  9.                  © 1999 - Fantaisie Software
  10.                        alphasnd@sdv.fr
  11.  
  12. --------------------------------------------------------
  13.  
  14. HISTORY:
  15. --------
  16.   V1.4: 'GfxBase' NewType added (I've forget it).
  17.  
  18.   V1.3: Fixed all the union stuffs, now it's very near of
  19.         C++ version ! Big thanks to David McMinn.
  20.  
  21.   V1.2: Added the 'Gadgets.h' file (forgotten)
  22.         Added the NScreenInfo and NFontInfo struct need by NASL
  23.         functions.
  24.  
  25.  
  26. GLOBAL NOTES:
  27. -------------
  28.  
  29. All the C/C++ macros has been removed. Another challange
  30. will be to build file with a the RKM macros inside :°).
  31.  
  32. All obsolete definitions have been wiped out.
  33.  
  34. I've Patched the BB2 files to have correct 'Next', 'Function'
  35. and 'Data' syntax... (Else the Blitz2 tokenized them
  36. and we should change the name)
  37.  
  38.  
  39. ---------------------------------------------------------
  40.  
  41.     Blitz 2 Changes against original RKM OS Includes
  42.  
  43. ---------------------------------------------------------
  44.  
  45. As you can see there is very minors changes, 99,99% of the
  46. original includes are true.
  47.  
  48.  
  49. DEVICES:
  50. --------
  51. prtbase:     '***ped_command', '**ped_8bitchars' can't be emulated
  52.  
  53.  
  54. GRAPHICS:
  55. ---------
  56. gfx:         #BITSET -> #_BITSET, #BITCLR -> #_BITCLR
  57. rastport:    **lastcolor can't be emulated
  58. gels:        #B2SWAP -> #B2_SWAP
  59. gfxbase:     '**SimpleSprites' can't be emulated, bltnode
  60.  
  61.  
  62. HARDWARE:
  63. ---------
  64. custom:     _BPL1_MOD.w _BPL2_MOD.w
  65.  
  66.  
  67. LIBRARIES:
  68. ----------
  69. amigaguide:  '**nag_Context' can't be respected, '.DocFile' removed
  70. configvar:   '**cb_ToolTypes' can't be respetected
  71. gadtools:    #FLAGMASK, #GADTOOLMASK removed
  72.  
  73.  
  74. WORKBENCH:
  75. ----------
  76. Workbench:   '**do_ToolType' can't be emulated
  77.